projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10841d1
)
(Fmenu_bar_start): Return a value.
author
Andreas Schwab
<schwab@suse.de>
Tue, 30 May 2006 16:12:49 +0000
(16:12 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 30 May 2006 16:12:49 +0000
(16:12 +0000)
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/xmenu.c
b/src/xmenu.c
index 90fa1595cd9021747decfdc494abdb68ce26c04f..ef9fb05fb29a9e30eef92810582506a21f024c3e 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-1373,6
+1373,8
@@
If FRAME is nil or not given, use the selected frame. */)
}
UNBLOCK_INPUT;
+
+ return Qnil;
}
#endif /* USE_X_TOOLKIT */